home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Snippets / Threads Interface / readme.txt < prev   
Encoding:
Text File  |  1994-04-03  |  1.2 KB  |  24 lines  |  [TEXT/KAHL]

  1. This is a package of objects I used to interface to the thread manager package.  As
  2. far as things go, it is pretty simple.  It is also strictly "as-is".  This is not a
  3. complete project (rather, it is source ripped out of another project).  In fact, there
  4. are references to objects that are not in this upload (like the ErrorRecorder).  Sorry.
  5. Deal with it. :)
  6.  
  7. Basiclly, it shoulds how to use THINK C's TRY-CATCH exception constructs in Threads
  8. without trashing your stack. :)  Someone, a while back, had asked me for this source.
  9. I'm afraid I've lost that mail message.
  10.  
  11. You can tear this appart and stick it in the apropriate place in your project.
  12. Have fun.
  13.  
  14. The application I built with this has been running for over two months on my SE/30
  15. with system 7.1 and no bugs have been found.  I think this code is fairly robust, at
  16. least, in my environment.  If you find some bugs let me know!
  17.  
  18.     Cheers,
  19.             Gordon.
  20.  
  21. For an example, I've included the main routine (and some support stuff) for
  22. a thread stresser routine (I built this thing when I suspected I was having
  23. some trouble with the threads objects -- it just works out my objects).  Use
  24. that to get an example of what needs to be done to get this up and running.